﻿2026-07-27T01:38:53.4171548Z ##[group]Run actions/checkout@v5
2026-07-27T01:38:53.4172036Z with:
2026-07-27T01:38:53.4172318Z   fetch-depth: 0
2026-07-27T01:38:53.4172624Z   repository: BigscreenVR/spt-bs-core
2026-07-27T01:38:53.4175326Z   token: ***
2026-07-27T01:38:53.4175619Z   ssh-strict: true
2026-07-27T01:38:53.4175909Z   ssh-user: git
2026-07-27T01:38:53.4176216Z   persist-credentials: true
2026-07-27T01:38:53.4176566Z   clean: true
2026-07-27T01:38:53.4176869Z   sparse-checkout-cone-mode: true
2026-07-27T01:38:53.4177236Z   fetch-tags: false
2026-07-27T01:38:53.4177529Z   show-progress: true
2026-07-27T01:38:53.4177849Z   lfs: false
2026-07-27T01:38:53.4178136Z   submodules: false
2026-07-27T01:38:53.4178432Z   set-safe-directory: true
2026-07-27T01:38:53.4179772Z   allow-unsafe-pr-checkout: false
2026-07-27T01:38:53.4180253Z ##[endgroup]
2026-07-27T01:38:53.5968243Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T01:38:53.5969455Z ##[group]Getting Git version info
2026-07-27T01:38:53.5969951Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T01:38:53.6242262Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T01:38:53.6454829Z git version 2.43.0.windows.1
2026-07-27T01:38:53.6477431Z ##[endgroup]
2026-07-27T01:38:53.6485267Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\22171f5c-6354-454d-aa8b-cc905b8f0793\.gitconfig'
2026-07-27T01:38:53.6498382Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\22171f5c-6354-454d-aa8b-cc905b8f0793' before making global git config changes
2026-07-27T01:38:53.6499347Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T01:38:53.6505268Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T01:38:53.6743105Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T01:38:53.6938478Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T01:38:53.6962929Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T01:38:53.6969890Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T01:38:53.7181068Z refs/heads/main
2026-07-27T01:38:53.7204943Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-07-27T01:38:53.7515699Z HEAD is now at 12555b46 Merge pull request #89 from BigscreenVR/build/resident-service-w1
2026-07-27T01:38:53.7768138Z ##[endgroup]
2026-07-27T01:38:53.7771266Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T01:38:54.1604198Z ##[group]Cleaning the repository
2026-07-27T01:38:54.1608534Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T01:38:56.3282721Z Removing target/
2026-07-27T01:38:56.3314291Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T01:38:56.3912161Z HEAD is now at 12555b46 Merge pull request #89 from BigscreenVR/build/resident-service-w1
2026-07-27T01:38:56.3940854Z ##[endgroup]
2026-07-27T01:38:56.3941433Z ##[group]Disabling automatic garbage collection
2026-07-27T01:38:56.3945867Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T01:38:56.4194988Z ##[endgroup]
2026-07-27T01:38:56.4195370Z ##[group]Setting up auth
2026-07-27T01:38:56.4201548Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T01:38:56.4442164Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T01:38:56.8230437Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T01:38:56.8490343Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T01:38:57.2072107Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T01:38:57.2303107Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T01:38:57.5956190Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T01:38:57.6278269Z ##[endgroup]
2026-07-27T01:38:57.6278909Z ##[group]Fetching the repository
2026-07-27T01:38:57.6286844Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +5a42521655028efa7a3c1452c76a1e1cba5e6aaf:refs/remotes/pull/90/merge
2026-07-27T01:38:58.5559629Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-27T01:38:58.5560541Z  * [new ref]           5a42521655028efa7a3c1452c76a1e1cba5e6aaf -> pull/90/merge
2026-07-27T01:38:58.5692205Z ##[endgroup]
2026-07-27T01:38:58.5692755Z ##[group]Determining the checkout info
2026-07-27T01:38:58.5693274Z ##[endgroup]
2026-07-27T01:38:58.5698047Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T01:38:58.6001999Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T01:38:58.6243111Z ##[group]Checking out the ref
2026-07-27T01:38:58.6250689Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/90/merge
2026-07-27T01:38:58.7226859Z Previous HEAD position was 12555b46 Merge pull request #89 from BigscreenVR/build/resident-service-w1
2026-07-27T01:38:58.7229115Z HEAD is now at 5a425216 Merge dd7f89edfee5c64b2cc680c467451e9a42d2760d into 12555b462f7ee2bed9149aae95036a00b37e2f9a
2026-07-27T01:38:58.7251949Z ##[endgroup]
2026-07-27T01:38:58.7552612Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T01:38:58.7806031Z 5a42521655028efa7a3c1452c76a1e1cba5e6aaf
